home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / MISC / DSP4TEST.ZIP / TST1.LST < prev    next >
Encoding:
File List  |  1994-04-02  |  767 b   |  67 lines

  1. Motorola DSP56000 Assembler  Version 3.1  94-04-01  20:57:13  tst1.asm  Page 1
  2.  
  3.  
  4.  
  5. 1                        ; First set parallel i/o line to pattern 55H, then echo
  6.  everything from the
  7. 2                        ; serial line to the serial line
  8. 3      
  9. 215    
  10. 216       P:0040                   org     p:user_code
  11. 217    
  12. 218       P:0040 44F400            move              #>$ff,x0
  13.                  0000FF
  14. 219                                putio
  15. 221    
  16. 222                      loop      getc
  17. 226                                putc
  18. 228       P:0047 0C0043            jmp     loop
  19. 229    
  20. 230                                end
  21.  
  22. 0    Errors
  23. 0    Warnings
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.